home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / progut~1 / stdwin.zoo / textedit / Makefile.16 < prev    next >
Encoding:
Makefile  |  1990-03-30  |  1.1 KB  |  52 lines

  1. CC = cgcc
  2. CFLAGS = -O -mshort -I../h -Wall  $(XFLAGS)
  3.  
  4. SRCS=        textedit.c textlow.c textdbg.c editwin.c
  5. OBJS=        textedit.o textlow.o textdbg.o editwin.o
  6. ALL=        texted16
  7.  
  8. all:        $(ALL)
  9.  
  10. $(ALL): $(OBJS)
  11.     touch $(ALL)
  12.  
  13. clean:
  14.     rm -f core *.o [,@#]*
  15.  
  16. realclean: clean
  17.     rm -f lib.a tags *.[A-Z] $(ALL)
  18.  
  19. # End Rules
  20. textedit.o: textedit.c
  21. textedit.o: ./text.h
  22. textedit.o: ../h/stdwin.h
  23. textedit.o: ../h/stdevent.h
  24. textedit.o: ../h/stdtext.h
  25. textedit.o: ../h/tools.h
  26. textedit.o: ../h/configure.h
  27. textedit.o: ../h/l_defs.h
  28. textlow.o: textlow.c
  29. textlow.o: ./text.h
  30. textlow.o: ../h/stdwin.h
  31. textlow.o: ../h/stdevent.h
  32. textlow.o: ../h/stdtext.h
  33. textlow.o: ../h/tools.h
  34. textlow.o: ../h/configure.h
  35. textlow.o: ../h/l_defs.h
  36. textdbg.o: textdbg.c
  37. textdbg.o: ./text.h
  38. textdbg.o: ../h/stdwin.h
  39. textdbg.o: ../h/stdevent.h
  40. textdbg.o: ../h/stdtext.h
  41. textdbg.o: ../h/tools.h
  42. textdbg.o: ../h/configure.h
  43. textdbg.o: ../h/l_defs.h
  44. editwin.o: editwin.c
  45. editwin.o: ../h/stdwin.h
  46. editwin.o: ../h/stdevent.h
  47. editwin.o: ../h/stdtext.h
  48. editwin.o: ../h/tools.h
  49. editwin.o: ../h/configure.h
  50. editwin.o: ../h/l_defs.h
  51. editwin.o: ../h/editwin.h
  52.